home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 5791 / 5791.xpi / chrome / flagfox.jar / content / about.xul next >
Extensible Markup Language  |  2009-05-21  |  15KB  |  276 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4. <?xml-stylesheet href="chrome://flagfox/content/style.css" type="text/css"?>
  5.  
  6. <!DOCTYPE window SYSTEM "chrome://flagfox/locale/flagfox.dtd">
  7.  
  8. <window class="dialog"
  9.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.         orient="vertical"
  11.         autostretch="always"
  12.         onload="setVersion();"
  13.         style="-moz-appearance: none;
  14.                padding: 4px;
  15.                color: Black;
  16.                background-color: White;
  17.                background-image: url('chrome://flagfox/content/mozaic.png');
  18.                background-repeat: repeat;"
  19.         title="&about.title;">
  20.  
  21.     <keyset>
  22.         <key keycode="VK_ESCAPE" oncommand="window.close();"/>
  23.     </keyset>
  24.  
  25.     <script type="application/x-javascript" src="chrome://flagfox/content/util.js"/>
  26.     <script type="application/x-javascript">
  27.         function setVersion()
  28.         {
  29.             document.getElementById("versionNumber").setAttribute("value", Flagfox_getVersion());
  30.         }
  31.         function openLink(url)
  32.         {
  33.             Flagfox_addTabInCurrentBrowser("http://" + url);
  34.         }
  35.     </script>
  36.  
  37.     <vbox style="-moz-border-radius: 5px;
  38.                  padding: 6px;
  39.                  margin: 5px;
  40.                  border: 1px solid Grey;">
  41.  
  42.         <hbox style="-moz-border-radius: 5px;
  43.                      padding: 5px;
  44.                      background-color: Navy;
  45.                      font-weight: bold;
  46.                      color: White;">
  47.             <spacer flex="1"/>
  48.             <text value="Flagfox" style="font-size: xx-large;"/>
  49.             <spacer flex="1"/>
  50.             <vbox align="center">
  51.                 <hbox>
  52.                     <text value="&about.version;"/>
  53.                     <text value=" "/> <!-- Full version number is fetched from extension RDF to prevent missmatching -->
  54.                     <text value="3.3" id="versionNumber"/>
  55.                 </hbox>
  56.                 <text value="Flagfox.net" style="cursor: pointer;" onclick="openLink('flagfox.net');"/>
  57.             </vbox>
  58.             <spacer flex="1"/>
  59.         </hbox>
  60.  
  61.         <spacer height="5"/>
  62.  
  63.         <hbox>
  64.             <vbox>
  65.                 <text value="&about.currentver;" class="head"/>
  66.                 <text value="Dave Garrett" class="indented"/>
  67.                 <text value="&about.maintained;" class="head"/>
  68.                 <text value="Richard van der Leeden" class="indented link" onclick="openLink('rleeden.servehttp.com');"/>
  69.                 <text value="&about.basedon;" class="head"/>
  70.                 <text value="Joseph Birr-Pixton" class="indented"/>
  71.  
  72.                 <spacer height="5"/>
  73.  
  74.                 <text value="&about.logo;" class="head"/>
  75.                 <text value="everaldo" class="indented"/>
  76.                 <text value="&about.deficon;" class="head"/>
  77.                 <text value="flags.blogpotato.de" class="indented link" onclick="openLink('flags.blogpotato.de');"/>
  78.                 <text value="&about.alticon;" class="head"/>
  79.                 <text value="Mark James" class="indented link" onclick="openLink('www.famfamfam.com');"/>
  80.                 <text value="Marco Guadagnini (Rufus T. Firefly)" class="indented link" onclick="openLink('freedonian.wordpress.com');"/>
  81.                 <text value="&about.thanks;" class="head"/>
  82.                 <text value="Tim Fries (biznatchio)" class="indented"/>
  83.                 <hbox>
  84.                     <text value="Addons.Mozilla.org" class="indented link" onclick="openLink('addons.mozilla.org/addon/5791');"/>
  85.                     <text value=" & "/>
  86.                     <text value="BabelZilla.org" class="link" onclick="openLink('www.babelzilla.org/forum/index.php?showtopic=3554');"/>
  87.                 </hbox>
  88.             </vbox>
  89.  
  90.             <spring flex="2"/>
  91.             <image src="chrome://flagfox/content/logo-large.png"/>
  92.             <spring flex="1"/>
  93.         </hbox>
  94.  
  95.         <spacer height="5"/>
  96.  
  97.         <text value="&about.translators;" class="head"/>
  98.         <!-- Translators are listed in order of locale completion -->
  99.         <hbox style="-moz-box-align: start;">
  100.             <vbox>
  101.                 <hbox> <!-- Italian (it-IT) -->
  102.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/it.png" tooltiptext="Italiano"/>
  103.                     <text value="Marco Guadagnini" class="link" onclick="openLink('freedonian.wordpress.com');"/>
  104.                 </hbox>
  105.                 <hbox> <!-- German (de-DE) -->
  106.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/de.png" tooltiptext="Deutsch"/>
  107.                     <text value="Marco Rist" class="link" onclick="openLink('www.erweiterungen.de/detail/Flagfox');"/>
  108.                     <text value=" & "/>
  109.                     <text value="Wawuschel" class="link" onclick="openLink('www.erweiterungen.de/detail/Flagfox');"/>
  110.                 </hbox>
  111.                 <hbox> <!-- French (fr-FR) -->
  112.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/fr.png" tooltiptext="Français"/>
  113.                     <text value="risbo"/>
  114.                     <text value=" & "/>
  115.                     <text value="Goofy" class="link" onclick="openLink('goofy37.perso.cegetel.net');"/>
  116.                 </hbox>
  117.                 <hbox> <!-- Dutch (nl-NL) -->
  118.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/nl.png" tooltiptext="Nederlands"/>
  119.                     <text value="Mark Heijl"/>
  120.                 </hbox>
  121.                 <hbox> <!-- Hebrew (he-IL) -->
  122.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/il.png" tooltiptext="עברית"/>
  123.                     <text value="Uri Hartmann"/>
  124.                     <text value=" & "/>
  125.                     <text value="SiiiE"/>
  126.                 </hbox>
  127.                 <hbox> <!-- Spanish (es-ES) -->
  128.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/es.png" tooltiptext="Español"/>
  129.                     <text value="urko"/>
  130.                 </hbox>
  131.                 <hbox> <!-- Simplified Chinese (zh-CN) -->
  132.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/cn.png" tooltiptext="中文 (简体)"/>
  133.                     <text value="Qing Lei" class="link" onclick="openLink('www.firefox.net.cn');"/>
  134.                     <text value=" & "/>
  135.                     <text value="fishbone"/>
  136.                 </hbox>
  137.                 <hbox> <!-- Traditional Chinese (zh-TW) -->
  138.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/tw.png" tooltiptext="正體中文 (繁體)"/>
  139.                     <text value="kiol ou"/>
  140.                 </hbox>
  141.                 <hbox> <!-- Polish (pl-PL) -->
  142.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/pl.png" tooltiptext="polski"/>
  143.                     <text value="Momus"/>
  144.                 </hbox>
  145.                 <hbox> <!-- Japanese (ja-JP) -->
  146.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/jp.png" tooltiptext="日本語"/>
  147.                     <text value="drry" class="link" onclick="openLink('drry.jp');"/>
  148.                 </hbox>
  149.                 <hbox> <!-- Korean (ko-KR) -->
  150.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/kr.png" tooltiptext="한국어"/>
  151.                     <text value="wtspout"/>
  152.                 </hbox>
  153.                 <hbox> <!-- Portuguese (pt-PT) -->
  154.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/pt.png" tooltiptext="Português"/>
  155.                     <text value="Carlos Simão"/>
  156.                 </hbox>
  157.                 <hbox> <!-- Brazilian Portuguese (pt-BR) -->
  158.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/br.png" tooltiptext="Português (Brasil)"/>
  159.                     <text value="gulego"/>
  160.                     <text value=" & "/>
  161.                     <text value="Humberto Sartini" class="link" onclick="openLink('www.hss.blog.br');"/>
  162.                 </hbox>
  163.                 <hbox> <!-- Finnish (fi-FI) -->
  164.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/fi.png" tooltiptext="suomi"/>
  165.                     <text value="Risse"/>
  166.                     <text value=" & "/>
  167.                     <text value="kenmooda"/>
  168.                 </hbox>
  169.                 <hbox> <!-- Arabic (ar) -->
  170.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/sa.png" tooltiptext="العربية"/>
  171.                     <text value="Nassim Jamaleddin Dhaher"/>
  172.                 </hbox>
  173.                 <hbox> <!-- Swedish (sv-SE) -->
  174.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/se.png" tooltiptext="Svenska"/>
  175.                     <text value="StiffeL"/>
  176.                 </hbox>
  177.                 <hbox> <!-- Greek (el-GR) -->
  178.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/gr.png" tooltiptext="Ελληνικά"/>
  179.                     <text value="George Fiotakis"/>
  180.                 </hbox>
  181.             </vbox>
  182.             <spacer flex="1"/>
  183.             <vbox>
  184.                 <hbox> <!-- Danish (da-DK) -->
  185.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/dk.png" tooltiptext="Dansk"/>
  186.                     <text value="Jørgen Rasmussen"/>
  187.                 </hbox>
  188.                 <hbox> <!-- Serbian (sr-RS) -->
  189.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/rs.png" tooltiptext="Српски"/>
  190.                     <text value="kapetance"/>
  191.                     <text value=" & "/>
  192.                     <text value="kustodian"/>
  193.                 </hbox>
  194.                 <hbox> <!-- Argentinian Spanish (es-AR) -->
  195.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/ar.png" tooltiptext="Español (Argentina)"/>
  196.                     <text value="Eduardo Leon"/>
  197.                     <text value=" & "/>
  198.                     <text value="acushnir"/>
  199.                 </hbox>
  200.                 <hbox> <!-- Russian (ru-RU) -->
  201.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/ru.png" tooltiptext="Pyccĸий"/>
  202.                     <text value="Timur Timirkhanov"/>
  203.                 </hbox>
  204.                 <hbox> <!-- Icelandic (is-IS) -->
  205.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/is.png" tooltiptext="Íslenska"/>
  206.                     <text value="Kristján Bjarni Guðmundsson"/>
  207.                 </hbox>
  208.                 <hbox> <!-- Bengali (bn-IN) -->
  209.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/in.png" tooltiptext="বাংলা"/>
  210.                     <text value="Soham Chatterjee"/>
  211.                 </hbox>
  212.                 <hbox> <!-- Romanian (ro-RO) -->
  213.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/ro.png" tooltiptext="Română"/>
  214.                     <text value="Cătălin Zamfirescu"/>
  215.                 </hbox>
  216.                 <hbox> <!-- Hungarian (hu-HU) -->
  217.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/hu.png" tooltiptext="Magyar"/>
  218.                     <text value="kami" class="link" onclick="openLink('hun.sf.net');"/>
  219.                 </hbox>
  220.                 <hbox> <!-- Bulgarian (bg-BG) -->
  221.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/bg.png" tooltiptext="Български"/>
  222.                     <text value="stoyan"/>
  223.                 </hbox>
  224.                 <hbox> <!-- Turkish (tr-TR) -->
  225.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/tr.png" tooltiptext="Türkçe"/>
  226.                     <text value="Ali Ak─▒n Kurnaz" class="link" onclick="openLink('www.MysticFox.info');"/>
  227.                 </hbox>
  228.                 <hbox> <!-- Persian (fa-IR) -->
  229.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/ir.png" tooltiptext="فارسی"/>
  230.                     <text value="Pedram Veisi"/>
  231.                     <text value=" & "/>
  232.                     <text value="bahramm"/>
  233.                 </hbox>
  234.                 <hbox> <!-- Macedonian (mk-MK) -->
  235.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/mk.png" tooltiptext="Македонски"/>
  236.                     <text value="Ivan Jonoski"/>
  237.                 </hbox>
  238.                 <hbox> <!-- Malaysian (ms-MY) -->
  239.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/my.png" tooltiptext="Bahasa Melayu"/>
  240.                     <text value="Saiful Haziq AS"/>
  241.                 </hbox>
  242.                 <hbox> <!-- Lithuanian (lt-LT) -->
  243.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/lt.png" tooltiptext="lietuvių kalba"/>
  244.                     <text value="Rytis Savickis" class="link" onclick="openLink('www.mke.lt');"/>
  245.                 </hbox>
  246.                 <hbox> <!-- Czech (cs-CZ) -->
  247.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/cz.png" tooltiptext="Čeština"/>
  248.                     <text value="Davis"/>
  249.                 </hbox>
  250.                 <hbox> <!-- Vietnamese (vi-VN) -->
  251.                     <image class="flag" src="chrome://flagfox/content/icons/flagset1/vn.png" tooltiptext="Tiếng Việt"/>
  252.                     <text value="NGUYỄN Mạnh Hùng" class="link" onclick="openLink('vi.mozdev.org');"/>
  253.                 </hbox>
  254.             </vbox>
  255.             <spacer flex="1"/>
  256.         </hbox>
  257.  
  258.         <spacer height="5"/>
  259.  
  260.         <text value="&about.ipdb;" class="head"/>
  261.         <text value="&about.maxmindln1;"/>
  262.         <hbox>
  263.             <text value="&about.maxmindln2;"/>
  264.             <text value="  "/>
  265.             <text value="Maxmind.com" class="link" onclick="openLink('maxmind.com');"/>
  266.         </hbox>
  267.  
  268.     </vbox>
  269.  
  270.     <hbox>
  271.         <spacer flex="1"/>
  272.         <button label="&close;" oncommand="window.close();" default="true"/>
  273.     </hbox>
  274.  
  275. </window>
  276.